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 3608 for branches/2012/dev_NOC_2012_rev3555/NEMOGCM/SETTE/sette_beginner.sh – NEMO

Ignore:
Timestamp:
2012-11-19T16:40:55+01:00 (11 years ago)
Author:
acc
Message:

Branch dev_NOC_2012_r3555. #1006. Step 3: Merge in trunk changes between revision 3322 and 3337

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_NOC_2012_rev3555/NEMOGCM/SETTE/sette_beginner.sh

    r3294 r3608  
    1111# 
    1212############################################################# 
    13 #set -x 
     13#set -vx 
    1414set -o posix 
    1515#set -u 
     
    3939# Compiler among those in NEMOGCM/ARCH 
    4040COMPILER=PW6_VARGAS 
    41 export BATCH_COMMAND=llsubmit 
    42 export MPI_INTERACT="no" 
     41export BATCH_COMMAND_PAR="llsubmit" 
     42export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR 
     43# export MPI_INTERACT="no" 
    4344 
    4445# Directory to run the tests 
     
    5758# small test to start 
    5859# compile GYRE configuration with gfortran_osx compiler run with 1 proc, by default in cpp_GYRE.fcm file :  
    59 export TEST_NAME="TEST01" 
     60export TEST_NAME="TEST02" 
    6061cd ${SETTE_DIR} 
    6162. ../CONFIG/makenemo -m ${CMP_NAM} -n GYRE_SHORT -r GYRE 
     
    6566# creation of execution directory 
    6667. prepare_exe_dir.sh 
     68JOB_FILE=${EXE_DIR}/run_job.sh 
    6769cd ${EXE_DIR} 
    6870# setting namelist parameters 
     
    7577# frequency of creation of a restart file 
    7678set_namelist namelist nn_stock 60 
     79 
    7780cd ${SETTE_DIR} 
     81# . ./prepare_job.sh input_file_config_name NB_PROCS TEST_NAME MPI_FLAG JOB_FILE 
     82. ./prepare_job.sh input_GYRE.cfg 1 SHORT no $JOB_FILE 
    7883# run job, with 1 processor, test named SHORT (= 60 time steps) 
    79 . ./fcm_job.sh input_GYRE.cfg 1 ${TEST_NAME} 
     84#. ./fcm_job.sh NB_PROCS JOB_FILE INTERACT_FLAG MPI_FLAG 
     85    cd ${SETTE_DIR}    
     86. ./fcm_job.sh 1 $JOB_FILE no no 
     87 
Note: See TracChangeset for help on using the changeset viewer.