Ignore:
Timestamp:
Mar 28, 2024, 5:58:31 PM (8 months ago)
Author:
jbclement
Message:

PEM:
Introduction of the module aiming to manage the layered deposits through a linked list data structure. It contains:

  • the object 'stratum' which holds several properties for one layer as well as pointers to the lower/upper 'stratum';
  • the object 'layering' which brings the linked 'stratum' objects together as a comprehensive structure;
  • properties for CO2/H2O ice, regolith and dust;
  • several subroutines to manipulate the 'layering' and 'stratum' (initilize, finalize, display, modify, etc);
  • subroutines of the algorithm to make the layering evolve according to the input tendencies (new layer, change of content in a layer, creation of dust lag layer, etc).

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3264 r3286  
    250250== 13/03/2024 == LL
    251251Correction of small mistake when computing the total mass of CO2/H2O stored in the soil; the wrong layer index was used
     252
     253== 28/03/2024 == JBC
     254Introduction of the module aiming to manage the layered deposits through a linked list data structure. It contains:
     255    - the object 'stratum' which holds several properties for one layer as well as pointers to the lower/upper 'stratum';
     256    - the object 'layering' which brings the linked 'stratum' objects together as a comprehensive structure;
     257    - properties for CO2/H2O ice, regolith and dust;
     258    - several subroutines to manipulate the 'layering' and 'stratum' (initilize, finalize, display, modify, etc);
     259    - subroutines of the algorithm to make the layering evolve according to the input tendencies (new layer, change of content in a layer, creation of dust lag layer, etc).
Note: See TracChangeset for help on using the changeset viewer.