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 2754 for trunk/NEMOGCM/SETTE/sette_beginner.sh – NEMO

Ignore:
Timestamp:
2011-04-28T18:01:12+02:00 (13 years ago)
Author:
flavoni
Message:

small changes for SETTE tests, see ticket #752

File:
1 edited

Legend:

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

    r2716 r2754  
    3737#- 
    3838# 
     39# Compiler among those in NEMOGCM/ARCH 
     40COMPILER=gfortran_linux 
     41 
     42# Directory to run the tests 
    3943SETTE_DIR=$(cd $(dirname "$0"); pwd) 
     44MAIN_DIR=${SETTE_DIR%/SETTE} 
     45CONFIG_DIR=${MAIN_DIR}/CONFIG 
     46TOOLS_DIR=${MAIN_DIR}/TOOLS 
     47COMPIL_DIR=${TOOLS_DIR}/COMPILE 
     48 
     49CMP_NAM=${1:-$COMPILER} 
     50 
    4051# Run for GYRE CONFIG 
    4152# small test to start 
    4253# compile GYRE configuration with gfortran_osx compiler run with 1 proc, by default in cpp_GYRE.fcm file :  
    4354cd ${SETTE_DIR} 
    44 . ../CONFIG/makenemo -m gfortran_osx -n GYRE_SHORT -r GYRE 
     55. ../CONFIG/makenemo -m ${CMP_NAM} -n GYRE_SHORT -r GYRE 
    4556cd ${SETTE_DIR} 
    4657. param.cfg  
Note: See TracChangeset for help on using the changeset viewer.