Changes between Version 29 and Version 30 of doc/app/par
- Timestamp:
- Feb 27, 2021 11:49:36 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/par
v29 v30 31 31 * 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}}}. 32 32 33 * [wiki:doc/app/user paruser-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. 34 34 35 35 In 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].