-
Notifications
You must be signed in to change notification settings - Fork 446
add guide for code changes needed to support a new grid #6661
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
Conversation
|
|
@brhillman please review |
1 similar comment
|
@brhillman please review |
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Outdated
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Outdated
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Outdated
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Outdated
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Outdated
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Outdated
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Outdated
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Outdated
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Outdated
Show resolved
Hide resolved
docs/dev-guide/adding-grid-support/adding-grid-support-step-by-step-guide/add-grid-config.md
Outdated
Show resolved
Hide resolved
brhillman
left a comment
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 to me!
| valid_values= | ||
| "512x1024,360x720cru,128x256,64x128,..."> | ||
| Horizontal resolutions | ||
| Note: 0.1x0.1, 0.5x0.5, 5x5min, 10x10min, 3x3min and 0.33x0.33 are only used for CLM tools |
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.
@whannah1 Could you please change CLM to ELM even though the components/elm/bld/namelist_files/namelist_definition.xml has CLM? Thanks.
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.
Sure.
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.
done - but note that "CLM" still appears in the file that I'm referencing here:
https://github.com/E3SM-Project/E3SM/blob/master/components/elm/bld/namelist_files/namelist_definition.xml
Reorg some content and clarify ELM, EAM and CIME
|
Finally got around to making some changes I wanted. |
Thanks @rljacob ! Changes look good. |
This fills in a pre-existing page in the guide for supporting new grids, which provides various guidelines for the source code modifications needed for running with a new grid.
This fills in a pre-existing page in the guide for supporting new grids, which provides various
guidelines for the source code modifications needed for running with a new grid.