Ignore:
Timestamp:
Apr 8, 2024, 3:49:41 PM (8 months ago)
Author:
jbclement
Message:

PEM:
Integration of the module "layering_mod.F90" with the rest of the PEM:

  • The linked list data structure representative of layered deposits is converted into an array which can be outputed in the "restratpem.nc" files. This array has dimensions (ngrid,nslope,nb_str_max,6) where 'nb_str_max' is the maximum number of 'stratum' through the layerings and '6' is the number of properties of 'stratum';
  • this structure can also be read from "startpem.nc" files to initialize PEM runs;
  • The layering algorithm is now used in the main PEM loop to make the layerings evolve.

JBC

File:
1 edited

Legend:

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

    r3296 r3297  
    265265== 08/04/2024 == JBC
    266266Correction of "launch_pem.sh" in the deftank: the number of years to be simulated was not respected because of extra PCM runs at the end of the simulation due to the order of PCM/PEM runs inside the loop.
     267
     268== 08/04/2024 == JBC
     269Integration of the module "layering_mod.F90" with the rest of the PEM:
     270    - The linked list data structure representative of layered deposits is converted into an array which can be outputed in the "restratpem.nc" files. This array has dimensions (ngrid,nslope,nb_str_max,6) where 'nb_str_max' is the maximum number of 'stratum' through the layerings  and '6' is the number of properties of 'stratum';
     271    - this structure can also be read from "startpem.nc" files to initialize PEM runs;
     272    - The layering algorithm is now used in the main PEM loop to make the layerings evolve.
Note: See TracChangeset for help on using the changeset viewer.