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

Changeset 5543 for branches/2015


Ignore:
Timestamp:
2015-07-03T17:08:38+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Add inputs dir to share namelists & iodef for a config

Location:
branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/X64_ADA.cfg

    r5485 r5543  
    88 
    99# Job commands: LoadLeveler 
    10 JOB_SUBM="llsubmit ${NEMO_TRUS}/batch/${CFG_ARCH}.sh | grep -o 'ada.*'" 
     10JOB_SUBM="llsubmit ${NEMO_TRUS}/batch/${CFG_ARCH}.sh | grep -oe '\<[0-9]*\>'" 
    1111JOB_LIST=llq 
    12 JOB_INFO='llq -xl' 
    13 JOB_TIME='' 
    14 JOB_DELE=llcancel                           
     12JOB_INFO='llq -x' 
     13JOB_TIME="idrllsummary -j \${JOB_ID} | awk '/Step User Time/ {print \$4}' | cut -d. -f1" 
     14JOB_DELE=llcancel 
    1515 
    1616# Compiling & computing settings 
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_func.sh

    r5542 r5543  
    9090get_inputs() { 
    9191    if [ ! -z "${FORC_TAR}" ]; then 
    92    cmd_iol="tar -tvf ${NEMO_FORC}/${FORC_TAR}"; cmd_iof="tar -vxf ${NEMO_FORC}/${FORC_TAR}" 
     92   cmd_iol="tar -tvf ${NEMO_FORC}/${FORC_TARF}"; cmd_iof="tar -vxf ${NEMO_FORC}/${FORC_TARF}" 
    9393    else 
    94    cmd_iol="ls ${NEMO_FORC}/*"                ; cmd_iof="\cp ${NEMO_FORC}/* ." 
     94   cmd_iol="ls ${NEMO_FORC}/*"                 ; cmd_iof="\cp ${NEMO_FORC}/* ." 
    9595    fi 
    9696 
Note: See TracChangeset for help on using the changeset viewer.