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 11153 for NEMO/branches/2019/fix_sette_ticket2239/all_functions.sh – NEMO

Ignore:
Timestamp:
2019-06-20T15:40:58+02:00 (5 years ago)
Author:
mathiot
Message:

add detection of local modifications in src/cfgs/test, SETTE results saved in XXXXX+ instead of XXXXX if there is differences

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_sette_ticket2239/all_functions.sh

    r10755 r11153  
    105105    echo "value of revision number of NEMOGCM: ${REVISION_NB}" 
    106106    fi 
     107    [ `svn status -q ${SETTE_DIR}/../{cfg,tests,src} | wc -l` -ge 1 ] && REVISION_NB=${REVISION_NB}+ 
    107108    NEMO_VALID=${NEMO_VALIDATION_DIR}/W${NEW_CONF}/${CMP_NAM}/${REVISION_NB}/${TEST_NAME} 
    108109} 
Note: See TracChangeset for help on using the changeset viewer.