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 5672 for branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/install_dir.sh – NEMO

Ignore:
Timestamp:
2015-08-07T16:35:17+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Trusting functions: bugfix & rebuild all restart files

File:
1 edited

Legend:

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

    r5644 r5672  
    1111 
    1212for elmt in 'ARCH' 'CONFIG' 'NEMO' 'EXTERNAL/IOIPSL' 'EXTERNAL/fcm' 'TOOLS' 'TRUST'; do 
    13     svn_bran=${NEMO_BRAN} 
    14     [ "$elmt" == 'TRUST' ] && svn_bran='branches/2015/dev_r5092_CNRS_SETTE' 
    15     svn co http://forge.ipsl.jussieu.fr/nemo/svn/${svn_bran}/NEMOGCM/$elmt ${}/NEMOGCM/$elmt 
     13    svn_bran=${NEMO_BRAN}; rev='' 
     14    [ "$elmt" == 'TRUST' ] && svn_bran='branches/2015/dev_r5092_CNRS_SETTE' && rev='-r 5671' 
     15    svn co $rev http://forge.ipsl.jussieu.fr/nemo/svn/${svn_bran}/NEMOGCM/$elmt ${}/NEMOGCM/$elmt 
    1616 
    1717done 
     
    2020 
    2121for elmt in $( ls * ); do 
    22     [ ! $( echo $elmt | grep "COMPILE\|maketools\|REBUILD_NEMO" ) ] && rm -rf $elmt 
     22    if [ ! $( echo $elmt | grep "COMPILE\|maketools\|REBUILD_NEMO" ) ]; then 
     23   echo $elmt && rm -rf $elmt > /dev/null 
     24    fi 
    2325done 
    2426 
Note: See TracChangeset for help on using the changeset viewer.