Changes between Version 3 and Version 4 of doc/tec/mas/implementation


Ignore:
Timestamp:
Nov 19, 2018 11:58:34 AM (6 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/mas/implementation

    v3 v4  
    1 = Code structure =
     1= Implementation =
    22
    33[[TracNav(doc/tec/mastoc|nocollapse)]]
     
    77This section will give a brief summary of the agent code structure. This structure is largely based on the structure of the [wiki:doc/tec/particle Lagrangian Particle Model].
    88
     9== Storage of agent data ==
    910Each agent is defined by its features, which are stored as components of a Fortran 95 derived data type (e.g., [#metcalf2004 Metcalf et al.], Chap.~2.9):
    1011{{{
     
    2526\end{verbatim}
    2627}}}
    27 An element of '''''agents''''' defines a complete agent with its entire features, which can be accessed by the selector '''''%''''', e.g., the position of the of the agent by
     28An element of '''''agents''''' defines a complete agent with all of its features. They can be accessed by the selector **//%//**, e.g., the position of the of the agent by
    2829{{{
    2930#!Latex