New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 5529 for branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_func.sh – NEMO

Ignore:
Timestamp:
2015-07-02T10:56:10+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_func.sh

    r5528 r5529  
    216216   case $ERR in 
    217217       # Compilation 
    218        1) ERR='XIOS compilation failed'            ;;  2) ERR='NEMO compilation failed'            ;; 
     218       1) ERR='XIOS compilation failed'             ;;  2) ERR='NEMO compilation failed'            ;; 
    219219       # Submission 
    220        3) ERR='Missing input files'                 ;;  4) ERR='Job submission error'               ;; 
     220       3) ERR='Missing input files'                  ;;  4) ERR='Job submission error'               ;; 
    221221       # Running 
    222        5) ERR='nemo.exe crashed at '${LAST_TIME_ERR};;  6) ERR='Exceeded time limit '${TIME_LIMI}'h';; 
     222       5) ERR='nemo.exe crashed at '${LAST_TIME_STEP};;  6) ERR='Exceeded time limit '${TIME_LIMI}'h';; 
    223223       # Results 
    224        7) ERR='Missing previous outputs '           ;;  8) ERR='New outputs  differ/missing'        ;; 
    225        9) ERR='Missing previous restarts'           ;; 10) ERR='New restarts differ/missing'        ;; 
     224       7) ERR='Missing previous outputs '            ;;  8) ERR='New outputs  differ/missing'        ;; 
     225       9) ERR='Missing previous restarts'            ;; 10) ERR='New restarts differ/missing'        ;; 
    226226       # Undefined 
    227        *) ERR='Unknown error'                       ;; 
     227       *) ERR='Unknown error'                        ;; 
    228228   esac 
    229229 
Note: See TracChangeset for help on using the changeset viewer.