Changes between Version 51 and Version 52 of doc/app/userint/int
- Timestamp:
- Oct 14, 2010 10:08:07 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/int
v51 v52 23 23 }}} 24 24 {{{#!td 25 Declaration of user-defined parameters in the {{{NAMELIST}}} group {{{&userpar}}}. These parameters can be read from the local file [../../iofiles#PARIN PARIN] and be used for steering the user-defined code (see [ wiki:chapter_40 chapter 4.0]). The user-defined parameter region is already pre-defined in {{{&userpar}}} and must not be changed. Additional {{{NAMELIST}}} groups may be declared if desired.25 Declaration of user-defined parameters in the {{{NAMELIST}}} group {{{&userpar}}}. These parameters can be read from the local file [../../iofiles#PARIN PARIN] and be used for steering the user-defined code (see [[../../par|Model steering by parameters]]). The user-defined parameter region is already pre-defined in {{{&userpar}}} and must not be changed. Additional {{{NAMELIST}}} groups may be declared if desired. 26 26 The CPU time needed for executing {{{user_parin}}} is included in the local file [../../iofiles#CPU_MEASURES CPU_MEASURES] within the category "initialisation". 27 27 }}} … … 44 44 }}} 45 45 {{{#!td 46 Here, user-defined initialization actions which should be accomplished before the start of the 3D-model can be implemented (e.g. inhomogenous change of the surface temperature, the roughness length, or similar). At this point, all default parameter initializations of the model ( [wiki:chapter_41 chapter 4.1]) have already been carried out at all.\\\\47 One of the most important actions here is the definition of user-defined subdomains for statistic analysis and output (see [../../inipar#statistic_regions statistic_regions] and [ wiki:chapter_353 chapter 3.5.3]) and of additional time series quantities (see comment line example in the file).46 Here, user-defined initialization actions which should be accomplished before the start of the 3D-model can be implemented (e.g. inhomogenous change of the surface temperature, the roughness length, or similar). At this point, all default parameter initializations of the model (see [[../../inipar|Initialization parameters]]) have already been carried out at all.\\\\ 47 One of the most important actions here is the definition of user-defined subdomains for statistic analysis and output (see [../../inipar#statistic_regions statistic_regions] and [[../subd|Definition of user-defined domains]]) and of additional time series quantities (see comment line example in the file). 48 48 CPU time for user_init is considered in the local file [../../iofiles#CPU_MEASURES CPU_MEASURES] within the category "initialisation".\\ 49 49 See also [#user_init_3d_model user_init_3d_model]. … … 232 232 found = .TRUE. 233 233 }}} 234 See [ wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.234 See [[../output|User-defined output quantities]] about creating user-defined output quantities. 235 235 }}} 236 236 |----------------