Skip to content

Commit

Permalink
Merge pull request #4657 from ESMCI/jgfouca/xmlchange_commas
Browse files Browse the repository at this point in the history
xmlchange: Add documentation for setting values with commas

This has come up a few times and confused our users.

Test suite: None, just a docs change
Test baseline:
Test namelist changes:
Test status: bit for bit

User interface changes?:

Update gh-pages html (Y/N)?:
  • Loading branch information
jgfouca authored Aug 9, 2024
2 parents f89e7a2 + bee8499 commit 9894678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CIME/Tools/xmlchange
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Examples:
compatibility; only works for a single variable at a time):
./xmlchange --id REST_N --val 4
To set a variable in which the value has commas, you'll need to use
the alternative syntax:
./xmlchange --id VARNAME --val "one,two"
Several xml variables that have settings for each component have somewhat special treatment.
The variables that this currently applies to are:
NTASKS, NTHRDS, ROOTPE, PIO_TYPENAME, PIO_STRIDE, PIO_NUMTASKS, PIO_ASYNC_INTERFACE
Expand Down

0 comments on commit 9894678

Please sign in to comment.