You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AaronDonahue wanted to do an atmchange on initial_conditions::qi.
% ./atmchange initial_conditions::qi=0.0
ERROR: initial_conditions::qi did not match any items
The reason is initial_conditions::qi is not in namelist_scream.xml is because in namelist_defaults_scream.xml:
<qi hgrid="ne256np4|ne1024np4">0.0</qi>
The grid check fails so qi is just omitted and then is not usable by atmchange. We maybe need a smarter system to handle this case (qi is in the xml but is flagged as skip?) or the ability to append child elements, probably the latter.
The text was updated successfully, but these errors were encountered:
I would be in favor of being able to add child members. My understanding is that if a user adds an unused child parameter it will just be ignored in the actual run, so we may want to add a WARNING that this is a power user function where typos may lead to unexpected behavior.
@AaronDonahue wanted to do an atmchange on
initial_conditions::qi
.The reason is
initial_conditions::qi
is not in namelist_scream.xml is because in namelist_defaults_scream.xml:The
grid
check fails soqi
is just omitted and then is not usable by atmchange. We maybe need a smarter system to handle this case (qi is in the xml but is flagged as skip?) or the ability to append child elements, probably the latter.The text was updated successfully, but these errors were encountered: