fyke@lanl_gov
Member
Hi,
I am working with cesm1_2_beta02
I am attempting to change an xml variable (ROF_GRID), and I get the following buggy-seeming error (note, test of single/double quotes):
bash-4.1$ xmlchange ROF_GRID='null'
ERROR: UNSET is not a valid value for parameter ROF_GRID: valid values are rx1,r01,r05,null
bash-4.1$ xmlchange ROF_GRID=null
ERROR: UNSET is not a valid value for parameter ROF_GRID: valid values are rx1,r01,r05,null
bash-4.1$ xmlchange ROF_GRID="null"
ERROR: UNSET is not a valid value for parameter ROF_GRID: valid values are rx1,r01,r05,null
Then, in trying to change another xml variable, I get sent back to the ROF_GRID error.
bash-4.1$ xmlchange STOP_N=2
ERROR: UNSET is not a valid value for parameter ROF_GRID: valid values are rx1,r01,r05,null
Any ideas, or has anyone run into this issue before? Thanks,
I am working with cesm1_2_beta02
I am attempting to change an xml variable (ROF_GRID), and I get the following buggy-seeming error (note, test of single/double quotes):
bash-4.1$ xmlchange ROF_GRID='null'
ERROR: UNSET is not a valid value for parameter ROF_GRID: valid values are rx1,r01,r05,null
bash-4.1$ xmlchange ROF_GRID=null
ERROR: UNSET is not a valid value for parameter ROF_GRID: valid values are rx1,r01,r05,null
bash-4.1$ xmlchange ROF_GRID="null"
ERROR: UNSET is not a valid value for parameter ROF_GRID: valid values are rx1,r01,r05,null
Then, in trying to change another xml variable, I get sent back to the ROF_GRID error.
bash-4.1$ xmlchange STOP_N=2
ERROR: UNSET is not a valid value for parameter ROF_GRID: valid values are rx1,r01,r05,null
Any ideas, or has anyone run into this issue before? Thanks,