Changes between Version 51 and Version 52 of doc/app/userint/int


Ignore:
Timestamp:
Oct 14, 2010 10:08:07 AM (14 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/int

    v51 v52  
    2323}}}
    2424{{{#!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.
     25Declaration 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.
    2626The CPU time needed for executing {{{user_parin}}} is included in the local file [../../iofiles#CPU_MEASURES CPU_MEASURES] within the category "initialisation".
    2727}}}
     
    4444}}}
    4545{{{#!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).
     46Here, 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.\\\\
     47One 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).
    4848CPU time for user_init is considered in the local file [../../iofiles#CPU_MEASURES CPU_MEASURES] within the category "initialisation".\\
    4949See also [#user_init_3d_model user_init_3d_model].
     
    232232found  = .TRUE.
    233233}}}
    234 See [wiki:chapter_354 chapter 3.5.4] about creating user-defined output quantities.
     234See [[../output|User-defined output quantities]] about creating user-defined output quantities.
    235235}}}
    236236|----------------