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/frost.F90

    r4074 r4110  
    186186! DEPENDENCIES
    187187! ------------
    188 use display, only: print_msg
     188use display, only: print_msg, LVL_NFO
    189189
    190190! DECLARATION
     
    198198! CODE
    199199! ----
    200 call print_msg('> Computing frost to give back to the PCM (metamorphism)')
     200call print_msg('> Computing frost to give back to the PCM (metamorphism)',LVL_NFO)
    201201
    202202h2o_frost4PCM(:,:) = 0._dp
Note: See TracChangeset for help on using the changeset viewer.