Ignore:
Timestamp:
Mar 9, 2026, 10:29:53 AM (4 days ago)
Author:
jbclement
Message:

PEM:

  • Introduction of a configurable display/logging system with options 'out2term', 'out2log', 'verbosity_lvl'. All messages now use verbosity levels ('LVL_NFO', 'LVL_WRN', 'LVL_ERR' and 'LVL_DBG').
  • Code encapsulation improvements with systematic privacy/protection of module variables.
  • Addition of workflow safety checks for required executables, dependencies (e.g. 'ncdump'), input files and callphys keys.
  • Renaming of PEM starting and diagnostic files ("startevol.nc" into "startevo.nc", "diagevol.nc" into "diagevo.nc").

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/clean.sh

    r4091 r4110  
    3535    cp starts/start1D.txt .
    3636fi
    37 if [ -f "starts/startevol.nc" ]; then
    38     cp starts/startevol.nc .
     37if [ -f "starts/startevo.nc" ]; then
     38    cp starts/startevo.nc .
    3939fi
    4040# Cleaning of files in the sub-folders
Note: See TracChangeset for help on using the changeset viewer.