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 2494 for branches/nemo_v3_3_beta/NEMOGCM/SETTE/fcm_job.sh – NEMO

Ignore:
Timestamp:
2010-12-20T15:45:25+01:00 (14 years ago)
Author:
flavoni
Message:

add README to use sette utility, and small enhancements, see ticket #752

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/SETTE/fcm_job.sh

    r2361 r2494  
    6666if [ "$(cat $1 | grep -c ".tar" )" -ne 0 ] ; then 
    6767   cp ${FORCING_DIR}/${tar_file} ${INPUT_DIR}/. 
    68    cd ${INPUT_DIR} ; tar xvf ${INPUT_DIR}/*.tar 
     68   cd ${INPUT_DIR} ; tar xvf ${INPUT_DIR}/*.tar ; gunzip *gz 
    6969fi  
    7070 
     
    8989   ./opa 
    9090else 
     91# example for brodie (NEC SX8) machine 
    9192   mpirun -np ${NB_PROC} opa 
    9293# example for dedale machine 
    9394#  mpirun --mca btl self,tcp -np ${NB_PROC} opa 
    94 # example for vargas machine 
     95# example for vargas (IBM Power6) machine 
    9596#  mpiexec -n ${NB_PROC} opa 
    9697fi 
Note: See TracChangeset for help on using the changeset viewer.