Next: amplification_factors
 Up: Namelist Command Dictionary
 Previous: Namelist Command Dictionary
- type: action command.
 
- function: modify the value of a parameter for one or more elements
 
&alter_elements
        STRING name = NULL;
        STRING item = NULL;
        STRING type = NULL;
        STRING exclude = NULL;
        double value = 0;
        long differential = 0;
        long multiplicative = 0;
        long verbose = 0;
        long allow_missing_parameters = 0;
&end
name -- A possibly-wildcard-containing string giving the names of the
        elements to alter.  If not specified, then you must specify type.
 
item -- The name of the parameter to alter.
 
type -- A possibly-wildcard-containing string giving the names of element
        types to alter.  May be specified with name or by itself.
 
exclude -- A possibly-wildcard-containing string giving the names of elements
        to excluded from alteration.
 
value -- The new value for the parameter.
 
differential -- If nonzero, the new value is 
        the predefined value of the parameter plus the quantity given with value.
 
multiplicative -- If nonozero, the new given value is the predefined
        value of the parameter times the quantity given with value.
 
verbose -- If nonzero, information is printed to the standard output describing
        what elements are changed.
 
allow_missing_parameters -- If nonzero, then it is not an error if an
        element does not have the parameter named with item.  Normally, such
        an occurence is an error and terminates the program.
 
 
 
   
 Next: amplification_factors
 Up: Namelist Command Dictionary
 Previous: Namelist Command Dictionary
Michael Borland
2001-06-08