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

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

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

    r2754 r3294  
    3838# 
    3939# Compiler among those in NEMOGCM/ARCH 
    40 COMPILER=gfortran_linux 
     40COMPILER=PW6_VARGAS 
     41export BATCH_COMMAND=llsubmit 
     42export MPI_INTERACT="no" 
    4143 
    4244# Directory to run the tests 
     
    4850 
    4951CMP_NAM=${1:-$COMPILER} 
     52# Copy job_batch_COMPILER file for specific compiler into job_batch_template 
     53cd ${SETTE_DIR} 
     54cp BATCH_TEMPLATE/batch-${COMPILER} job_batch_template || exit 
    5055 
    5156# Run for GYRE CONFIG 
    5257# small test to start 
    5358# compile GYRE configuration with gfortran_osx compiler run with 1 proc, by default in cpp_GYRE.fcm file :  
     59export TEST_NAME="TEST01" 
    5460cd ${SETTE_DIR} 
    5561. ../CONFIG/makenemo -m ${CMP_NAM} -n GYRE_SHORT -r GYRE 
     
    5763. param.cfg  
    5864. all_functions.sh 
     65# creation of execution directory 
     66. prepare_exe_dir.sh 
     67cd ${EXE_DIR} 
    5968# setting namelist parameters 
    6069# experience name 
     
    6877cd ${SETTE_DIR} 
    6978# run job, with 1 processor, test named SHORT (= 60 time steps) 
    70 . ./fcm_job.sh input_GYRE.cfg 1 SHORT 
     79. ./fcm_job.sh input_GYRE.cfg 1 ${TEST_NAME} 
Note: See TracChangeset for help on using the changeset viewer.