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 2546 for trunk/NEMOGCM/SETTE – NEMO

Changeset 2546 for trunk/NEMOGCM/SETTE


Ignore:
Timestamp:
2011-01-11T11:21:18+01:00 (13 years ago)
Author:
flavoni
Message:

change test in fcm_job.sh, see ticket #752

Location:
trunk/NEMOGCM/SETTE
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/all_functions.sh

    • Property svn:keywords set to Id
    r2545 r2546  
    22# Author : Simona Flavoni for NEMO 
    33# Contact : sflod@locean-ipsl.upmc.fr 
     4# 
     5# ---------------------------------------------------------------------- 
     6# NEMO/SETTE , NEMO Consortium (2010) 
     7# Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     8# ---------------------------------------------------------------------- 
    49# 
    510# Some scripts called by sette.sh 
  • trunk/NEMOGCM/SETTE/fcm_job.sh

    • Property svn:keywords set to Id
    r2545 r2546  
    22# Author : Simona Flavoni for NEMO 
    33# Contact : sflod@locean-ipsl.upmc.fr 
     4# 
     5# ---------------------------------------------------------------------- 
     6# NEMO/SETTE , NEMO Consortium (2010) 
     7# Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     8# ---------------------------------------------------------------------- 
    49# 
    510# Some scripts called by sette.sh  
     
    122127cd ${INPUT_DIR} 
    123128NB_PROC=$2 
    124  if [ ${NB_PROC} == 1 ] ; then 
     129if [! -r ${INPUT_DIR}/opa ] 
     130   then 
     131   echo "executable opa does not exist" 
     132   exit 1 
     133fi 
     134if [ ${NB_PROC} == 1 ] ; then 
    125135 opa_command='./opa'  # !! to test if executable is created 
    126136          type ${opa_command} 
  • trunk/NEMOGCM/SETTE/sette.sh

    • Property svn:keywords set to Id
    r2545 r2546  
    55# 
    66# sette.sh   : principal script of SET TEsts for NEMO (SETTE) 
     7# ---------------------------------------------------------------------- 
     8# NEMO/SETTE , NEMO Consortium (2010) 
     9# Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     10# ---------------------------------------------------------------------- 
     11# 
    712############################################################# 
    813#set -x 
Note: See TracChangeset for help on using the changeset viewer.