-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1259 from jedwards4b/index_in_namelist
Index in namelist Adds support for namelist entries of the form foo(3) = 'a' Test suite: scripts_regression_tests.py, --namelist-only tests for cesm prealpha and aux_clm45 Note there are some expected failures here due to bugs found in the process. One bug was that for multi-instance cases all namelists were using the 0001 stream file and they each should have a separate file. Another bug was that only changes in user_nl_d***_0001 were being used in all instances (user_nl_d***_000n where n>1 was being ignored) Test baseline: cesm2_0_alpha06g Test namelist changes: Test status: bit for bit Fixes #1248 Fixes #1274 User interface changes?: Code review: @jgfouca @mvertens @gold2718
- Loading branch information
Showing
11 changed files
with
292 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.