Changes between Version 3 and Version 4 of doc/tec/mas/implementation
- Timestamp:
- Nov 19, 2018 11:58:34 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/mas/implementation
v3 v4 1 = Code structure=1 = Implementation = 2 2 3 3 [[TracNav(doc/tec/mastoc|nocollapse)]] … … 7 7 This 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]. 8 8 9 == Storage of agent data == 9 10 Each 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): 10 11 {{{ … … 25 26 \end{verbatim} 26 27 }}} 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 by28 An 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 28 29 {{{ 29 30 #!Latex