Ignore:
Timestamp:
11/24/22 10:14:27 (20 months ago)
Author:
jgipsl
Message:

Now option -M in mod.def is optionnel. If it is no set, the default adress set in the script model is used (platform-extract@…). It is possible to see the adress used in the log file produced after use of the script model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/model

    r6110 r6269  
    153153    unset v0 v1 v2 v3 v4 v5 v6 
    154154    #- Validate the model informations 
    155     #- model manager email address 
     155    #- m_m: model manager email address. If not found in mod.def then set default adress. 
    156156    [[ -z "${m_m}" ]] && \ 
    157      { echo 'Manager email address not found for '${m_n}; exit 3; } 
     157        { m_m=${MAIL_ADDRESS}; } 
    158158    #- model components 
    159159    [[ ${#m_c[@]} = 0 ]] && \ 
Note: See TracChangeset for help on using the changeset viewer.