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 3680 for branches/2012/dev_MERGE_2012/NEMOGCM/SETTE/prepare_job.sh – NEMO

Ignore:
Timestamp:
2012-11-27T15:42:24+01:00 (11 years ago)
Author:
rblod
Message:

First commit of the final branch for 2012 (future nemo_3_5), see ticket #1028

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/SETTE/prepare_job.sh

    r3665 r3680  
    149149fi 
    150150################################################################ 
     151 
     152########################################################################## 
     153# COPY RESTART FILES (if needed; i.e. only for SHORT job in RESTART TESTS) 
     154# get the input tarfile if needed 
     155# SF : not ok for the moment because at this point is needed cn_exp variable, 
     156# SF : here it it not known. 
     157#\cd ${EXE_DIR} 
     158#if [ "$(echo ${TEST_NAME} | grep -c "SHORT" )" -ne 0 ] ; then 
     159#    for (( i=1; i<=${NB_PROC}; ${NB_PROC}++)) ; do 
     160#        L_NPROC=`printf "%04d\n" $i` 
     161#        ln -sf ../LONG/${NEW_CONF}_00000060_restart_${L_NPROC-1}.nc . 
     162#    done 
     163#fi 
     164## SF : other way 
     165##      for file in ../LONG/${NEW_CONF}_*restart_0*.nc ; do 
     166##              ncpu=`echo $file | awk -F '_' '{print $NF}' | cut -f 1 -d '.'` 
     167##              ln -sf ${file}  . 
     168##      done 
     169##fi 
     170########################################################################## 
    151171 
    152172################################################################ 
Note: See TracChangeset for help on using the changeset viewer.