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 8843 for branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/trusting.sh – NEMO

Ignore:
Timestamp:
2017-11-29T12:20:30+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Review forcing inputs management + cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/trusting.sh

    r8840 r8843  
    8383echo '****************************************************************************************************' 
    8484echo 
    85 printf "\t§ (Super)Computer\t\t%s\n"             ${TRUST_MAIN_HPCC} 
    86 printf "\t§ User installation\t\t%s\n\n"         ${TRUST_MAIN_USER} 
     85printf "\t§ Testing configuration\t\t%s on branch %s\n" \ ${TRUST_CFG_REF} ${TRUST_SVN_BRANCH} 
     86printf "\t§ (Super)Computer\t\t%s\n"                ${TRUST_MAIN_HPCC} 
     87printf "\t§ User installation\t\t%s\n\n"            ${TRUST_MAIN_USER} 
    8788echo 
    88 printf "\t§ Testing configuration\t\t%s based on %s\n" \ 
    89     ${TRUST_CFG_NEW} ${TRUST_CFG_REF} 
    90 printf "\t§ SVN working copy\t\t%s/%s\n"               \ 
    91     ${TRUST_DIR_WORK} ${TRUST_SVN_BRANCH} 
    9289if [ ${TRUST_TEST_BENCHMARK} ]; then 
    93 printf "\t§ Benchmark folder\t\t%s\n"               ${TRUST_TEST_BENCHMARK} 
     90printf "\t§ Benchmark folder\n\t\t\t%s\n"                 ${TRUST_TEST_BENCHMARK} 
    9491fi 
    9592 
     
    106103 
    107104print_step 'SVN action on NEMO directories' 
    108 echo "${TRUST_SVN_ACTION} on ${TRUST_SVN_NEMOGCM}:" 
     105printf "${TRUST_SVN_ACTION} on ${TRUST_SVN_NEMOGCM}:\n\n"   
    109106get_nemo_rev 
    110107 
     
    123120compile_xios 
    124121 
    125 print_step "Compile ${TRUST_CFG_REF} configuration" 
     122print_step "Compile ${TRUST_CFG_NEW} cfg from ${TRUST_CFG_REF}" 
    126123compile_nemo 
    127124 
Note: See TracChangeset for help on using the changeset viewer.