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

Ignore:
Timestamp:
2018-05-11T16:50:48+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Global renaming for SETTE + fix for key_lim3 in MY_SRC: push remaining modifications in order to start from a clean checkout

File:
1 edited

Legend:

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

    r9480 r9576  
    155155# RUN OPA 
    156156cd ${EXE_DIR} 
    157 if [ ! -r ${EXE_DIR}/opa ] 
     157if [ ! -r ${EXE_DIR}/nemo ] 
    158158    then 
    159     echo "executable opa does not exist" 
    160     echo "executable opa does not exist, exit"  >> ${SETTE_DIR}/output.sette 
     159    echo "executable nemo does not exist" 
     160    echo "executable nemo does not exist, exit"  >> ${SETTE_DIR}/output.sette 
    161161    exit 1 
    162162fi 
Note: See TracChangeset for help on using the changeset viewer.