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 5623 for branches/2015 – NEMO

Changeset 5623 for branches/2015


Ignore:
Timestamp:
2015-07-21T20:32:42+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Small improvments & drafting of remaining configurations addition

Location:
branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST
Files:
4 deleted
2 edited

Legend:

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

    r5622 r5623  
    6464cd ${DIR_XIOS} 
    6565full=''; [ $DEBUG -eq 0 ] && full='--full' 
    66 ./make_xios $full --arch $ARCH -job $NPROC >& /dev/null 
     66./make_xios $full --arch $ARCH --job $NPROC >& /dev/null 
    6767[ ! -e ${DIR_XIOS}/lib/libxios.a ] && get_out 1 
    6868 
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_func.sh

    r5622 r5623  
    77    if [ "$state" == 'E R R O R' ]; then 
    88   [ -e time.step ] && LAST_TIME_STEP=$( cat time.step | tr -d ' ' ) 
    9    export ${LAST_TIME_STEP} 
     9   export LAST_TIME_STEP 
    1010    fi 
    1111 
     
    9090 
    9191get_inputs() { 
    92     if [ ! -z "${FORC_TAR}" ]; then 
     92    if [ ! -z "${FORC_TARF}" ]; then 
    9393   cmd_iol="tar -tvf ${NEMO_FORC}/${FORC_TARF}"; cmd_iof="tar -vxf ${NEMO_FORC}/${FORC_TARF}" 
    9494    else 
     
    232232    mesg_make 
    233233    mesg_publish 
     234 
     235    exit 0 
    234236} 
    235237 
Note: See TracChangeset for help on using the changeset viewer.