Changes between Version 3 and Version 4 of doc/app/userint/int


Ignore:
Timestamp:
Sep 14, 2010 9:31:13 AM (14 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v3 v4  
    33'''Description:''' The following table describes the available interfaces for user-defined code in the model, the names and possible arguments of the subroutines involved as well as actions which can be accomplished in these subroutines. The respective name of a source code files is the subroutine name followed by "{{{.f90}}}". Exception: the file containing the module {{{user}}} has the name {{{user_module.f90}}}.\\\\
    44
    5 ||='''Call location'''  =||='''Subroutine name and argument(s)'''  =||='''Possible actions'''  =||
     5||='''Call location'''  =||='''Subroutine name and \\ argument(s)'''  =||='''Possible actions'''  =||
    66|----------------
    77{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     
    1414All user-defined variables which are used outside the respective local scopes of the user-defined subroutines have to be declared here.
    1515}}}
     16|----------------
     17{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     18[=#parin End of {{{[../iofiles#parin parin.f90]}}}]
     19}}}
     20{{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
     21{{{user_parin}}}
     22}}}
     23{{{#!td
     24Declaration of user-defined parameters in the {{{NAMELIST}}} group {{{&userpar}}}. These parameters can be read from the local file 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.
     25The CPU time needed for executing {{{user_parin}}} is included in the local file [../iofiles#CPU_MEASURES CPU_MEASURES] within the category "initialisation".
     26}}}