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

Ignore:
Timestamp:
2012-11-13T09:20:20+01:00 (11 years ago)
Author:
flavoni
Message:

update sette.sh, see ticket: #941

File:
1 edited

Legend:

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

    r3336 r3535  
    11##################################################### 
    2 # Author : Italo Epicoco for NEMO 
    3 # Contact : italo.epicoco@unisalento.it 
     2# Author : Simona Flavoni for NEMO 
     3# Contact : sflod@locean-ipsl.upmc.fr 
    44# 
    55# Some scripts called by sette.sh  
     
    145145################################################################ 
    146146 
     147########################################################################## 
     148# COPY RESTART FILES (if needed; i.e. only for SHORT job in RESTART TESTS) 
     149# get the input tarfile if needed 
     150# SF : not ok for the moment because at this point is needed cn_exp variable, 
     151# SF : here it it not known. 
     152#\cd ${EXE_DIR} 
     153#if [ "$(echo ${TEST_NAME} | grep -c "SHORT" )" -ne 0 ] ; then 
     154#    for (( i=1; i<=${NB_PROC}; ${NB_PROC}++)) ; do 
     155#        L_NPROC=`printf "%04d\n" $i` 
     156#        ln -sf ../LONG/${NEW_CONF}_00000060_restart_${L_NPROC-1}.nc . 
     157#    done 
     158#fi 
     159## SF : other way 
     160##      for file in ../LONG/${NEW_CONF}_*restart_0*.nc ; do 
     161##              ncpu=`echo $file | awk -F '_' '{print $NF}' | cut -f 1 -d '.'` 
     162##              ln -sf ${file}  . 
     163##      done 
     164##fi 
     165########################################################################## 
     166 
    147167################################################################ 
    148168# RUN OPA 
Note: See TracChangeset for help on using the changeset viewer.