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 8979 for branches/2017/dev_r8126_ROBUST08_no_ghost/NEMOGCM/SETTE/prepare_job.sh – NEMO

Ignore:
Timestamp:
2017-12-11T17:45:55+01:00 (6 years ago)
Author:
acc
Message:

Branch 2017/dev_r8126_ROBUST08_no_ghost. Merge in trunk changes up to rev 8864 in preparation for the merge. Sette tests OK except for AGRIF restartability but uncertain about the trunks status for this?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8126_ROBUST08_no_ghost/NEMOGCM/SETTE/prepare_job.sh

    r7753 r8979  
    151151fi 
    152152################################################################ 
    153  
    154 ########################################################################## 
    155 # COPY RESTART FILES (if needed; i.e. only for SHORT job in RESTART TESTS) 
    156 # get the input tarfile if needed 
    157 # SF : not ok for the moment because at this point is needed cn_exp variable, 
    158 # SF : here it it not known. 
    159 #\cd ${EXE_DIR} 
    160 #if [ "$(echo ${TEST_NAME} | grep -c "SHORT" )" -ne 0 ] ; then 
    161 #    for (( i=1; i<=${NB_PROC}; ${NB_PROC}++)) ; do 
    162 #        L_NPROC=`printf "%04d\n" $i` 
    163 #        ln -sf ../LONG/${NEW_CONF}_00000060_restart_${L_NPROC-1}.nc . 
    164 #    done 
    165 #fi 
    166 ## SF : other way 
    167 ##      for file in ../LONG/${NEW_CONF}_*restart_0*.nc ; do 
    168 ##              ncpu=`echo $file | awk -F '_' '{print $NF}' | cut -f 1 -d '.'` 
    169 ##              ln -sf ${file}  . 
    170 ##      done 
    171 ##fi 
    172 ########################################################################## 
    173153 
    174154################################################################ 
     
    309289             -e"s:DEF_EXE_DIR:${EXE_DIR}:" \ 
    310290             -e"s:DEF_CONFIG_DIR:${CONFIG_DIR}:" \ 
     291             -e"s:DEF_TOOLS_DIR:${TOOLS_DIR}:" \ 
    311292             -e"s:MPI_FLAG:${MPI_FLAG}:" \ 
    312293             -e"s:DEF_NEMO_VALIDATION:${NEMO_VALIDATION_DIR}:" -e"s:DEF_NEW_CONF:${NEW_CONF}:" \ 
Note: See TracChangeset for help on using the changeset viewer.