Changes between Version 29 and Version 30 of doc/app/par


Ignore:
Timestamp:
Feb 27, 2021 11:49:36 AM (4 years ago)
Author:
wagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified doc/app/par

    v29 v30  
    3131  * module parameters behave like run parameters. Module parameters determine the behavior of the additional modules. '''The respective modules are automatically switched on by putting their namelist groups into the parameter file.''' Instead of removing the specific namelist group, you can also switch off a module by setting the parameter {{{switch_off_module = .T.}}}. This parameter is defined for each namelist group, except {{{&initialization_parameters}}} and {{{&runtime_parameters}}}.
    3232
    33   * [wiki:doc/app/userpar user-defined parameters] are assigned by the user within the namelist group name {{{&user_parameters}}}. They steer actions programmed by the user.
     33  * [wiki:doc/app/user_parameters user-defined parameters] are assigned by the user within the namelist group name {{{&user_parameters}}}. They steer actions programmed by the user.
    3434
    3535In addition to this, further namelist groups may also be declared (all within routine [source:palm/trunk/SOURCE/user_module.f90 user_parin]). A simple but complete example of the input file PARIN can be found [../examples/cbl here].